7a8bc7535080a91ae9da885b3012d15749a9fc5b,CLI/src/main/java/org/cloudifysource/shell/installer/LocalhostGridAgentBootstrapper.java,LocalhostGridAgentBootstrapper,shutdownManagementOnLocalhostAndWait,#number#TimeUnit#,400

Before Change



		setDefaultNicAddress();

		shutdownAgentOnLocalhostAndWaitInternal(true, true, timeout, timeunit);
	}

	/**

After Change



		setDefaultNicAddress();

		return shutdownAgentOnLocalhostAndWaitInternal(true, true, timeout, timeunit);
	}

	/**